home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 10-InfoSystems / samba / samba-share.hlp.z / samba-share.hlp
Encoding:
Text File  |  1997-07-30  |  1.3 KB  |  43 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <FORM>
  7. <H2>Samba Share Configuration</H2>
  8. <P>
  9. Use this form to configure directories and printing services
  10. served by this Samba server.  Note that the share names [homes]
  11. and [printers] are special.  [homes] all clients to connect to
  12. their "home" directories as specified in "/etc/passwd".  The
  13. [printers] section allows users to connect to printers located 
  14. in the local printcap file.  Particular configuration parameters
  15. are described below:
  16.  
  17. <table>
  18. <tr><th align=left valign=top>Share Name:<td>
  19. The name of the share identifying this particular service.
  20. </td></tr>
  21. <tr><th align=left valign=top>Comment:<td>
  22. Comment to appear when client lists available services.</td></tr>
  23. <tr><th align=left valign=top>Mount Path:<td>
  24. Mount path of shared directory.</td></tr> 
  25. <tr><th align=left valign=top>Public Access:<td>
  26. Allow users without user accounts access to service.</td></tr>
  27. <tr><th align=left valign=top>Write Privileges:<td>
  28. Allow users write priviliges to files in mounted directory.</td></tr>
  29. <tr><th align=left valign=top>Printing Service:<td>
  30. Self explanatory.</td></tr>
  31. </table>
  32. For more information, see the man page smb.conf(5).
  33. </P>
  34. <P>
  35. </P>
  36. <P>
  37. </P>
  38. <CENTER>
  39. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  40. </CENTER>
  41. </FORM>
  42. EndOfFile
  43.